Redux Observable fetch
As an alternative to the ajax
methods provided by [[Redux Observable]], you can use the more familiar fetch
implementation called fromFetch
:
You could use this inside an epic:
Alternatively, you could create a wrapper that handles some of this logic for you: